projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b4b2e9
)
* configure.ac: fix typo in previous change
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 30 Aug 2017 01:56:36 +0000
(18:56 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 30 Aug 2017 01:57:10 +0000
(18:57 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 609ecdc8f1af094cc54ac271319e51470e99cd72..2e0b416053b07f895707764420f3e76fc40204a0 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1042,7
+1042,7
@@
edit_cflags="
AC_ARG_ENABLE(link-time-optimization,
[AS_HELP_STRING([--enable-link-time-optimization],
[build with link-time optimization
- (experimental; see INSTALL)])]
)
+ (experimental; see INSTALL)])]
,
if test "${enableval}" != "no"; then
ac_lto_supported=no
if test "$emacs_cv_clang" = yes; then